﻿2026-09-10T09:33:37.2223859Z ##[group]Run actions/checkout@v5
2026-09-10T09:33:37.2224936Z with:
2026-09-10T09:33:37.2225527Z   fetch-depth: 0
2026-09-10T09:33:37.2226212Z   repository: BigscreenVR/spt-bs-core
2026-09-10T09:33:37.2233562Z   token: ***
2026-09-10T09:33:37.2234174Z   ssh-strict: true
2026-09-10T09:33:37.2234800Z   ssh-user: git
2026-09-10T09:33:37.2235457Z   persist-credentials: true
2026-09-10T09:33:37.2236155Z   clean: true
2026-09-10T09:33:37.2236791Z   sparse-checkout-cone-mode: true
2026-09-10T09:33:37.2237560Z   fetch-tags: false
2026-09-10T09:33:37.2238204Z   show-progress: true
2026-09-10T09:33:37.2238846Z   lfs: false
2026-09-10T09:33:37.2239545Z   submodules: false
2026-09-10T09:33:37.2240193Z   set-safe-directory: true
2026-09-10T09:33:37.2240927Z   allow-unsafe-pr-checkout: false
2026-09-10T09:33:37.2241973Z ##[endgroup]
2026-09-10T09:33:37.3031155Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-10T09:33:37.3033519Z ##[group]Getting Git version info
2026-09-10T09:33:37.3035015Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-10T09:33:37.3037037Z [command]/usr/bin/git version
2026-09-10T09:33:37.3037938Z git version 2.43.0
2026-09-10T09:33:37.3141217Z ##[endgroup]
2026-09-10T09:33:37.3147512Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/fadd0401-f964-493f-8154-7534ac580758/.gitconfig'
2026-09-10T09:33:37.3150317Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fadd0401-f964-493f-8154-7534ac580758' before making global git config changes
2026-09-10T09:33:37.3152471Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T09:33:37.3154296Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-10T09:33:37.3156769Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-10T09:33:37.3157872Z https://github.com/BigscreenVR/spt-bs-core
2026-09-10T09:33:37.3160124Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-10T09:33:37.3161408Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-10T09:33:37.3162784Z refs/heads/diag/294-margins-ci-head
2026-09-10T09:33:37.3168871Z [command]/usr/bin/git checkout --detach
2026-09-10T09:33:37.3742897Z HEAD is now at 1bd0a41d6 test(diag): retain passing-test output so poll margins survive a PASS
2026-09-10T09:33:37.3798607Z [command]/usr/bin/git branch --delete --force diag/294-margins-ci-head
2026-09-10T09:33:37.3858678Z Deleted branch diag/294-margins-ci-head (was 1bd0a41d6).
2026-09-10T09:33:37.5267306Z ##[endgroup]
2026-09-10T09:33:37.5269663Z [command]/usr/bin/git submodule status
2026-09-10T09:33:37.5461681Z ##[group]Cleaning the repository
2026-09-10T09:33:37.5463295Z [command]/usr/bin/git clean -ffdx
2026-09-10T09:33:42.8590750Z Removing .adapter-notify/
2026-09-10T09:33:42.8591904Z Removing bench-ledger/
2026-09-10T09:33:42.8592215Z Removing target/
2026-09-10T09:33:42.8603142Z [command]/usr/bin/git reset --hard HEAD
2026-09-10T09:33:42.8770884Z HEAD is now at 1bd0a41d6 test(diag): retain passing-test output so poll margins survive a PASS
2026-09-10T09:33:42.8777502Z ##[endgroup]
2026-09-10T09:33:42.8778642Z ##[group]Disabling automatic garbage collection
2026-09-10T09:33:42.8782706Z [command]/usr/bin/git config --local gc.auto 0
2026-09-10T09:33:42.8809053Z ##[endgroup]
2026-09-10T09:33:42.8809599Z ##[group]Setting up auth
2026-09-10T09:33:42.8813891Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-10T09:33:42.8838169Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-10T09:33:42.9029547Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-10T09:33:42.9053011Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-10T09:33:42.9235234Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-10T09:33:42.9263391Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-10T09:33:42.9455393Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-10T09:33:42.9486134Z ##[endgroup]
2026-09-10T09:33:42.9486626Z ##[group]Fetching the repository
2026-09-10T09:33:42.9492136Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-09-10T09:33:43.7920020Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-10T09:33:43.7920962Z    d71e02a50..cd694e096  docs/ir93-95-golden294 -> origin/docs/ir93-95-golden294
2026-09-10T09:33:43.8026002Z [command]/usr/bin/git branch --list --remote origin/diag/294-margins-ci-head
2026-09-10T09:33:43.8107882Z   origin/diag/294-margins-ci-head
2026-09-10T09:33:43.8122854Z [command]/usr/bin/git rev-parse refs/remotes/origin/diag/294-margins-ci-head
2026-09-10T09:33:43.8143807Z 1bd0a41d67c0389bea3879bbf18b56763ba0dc1e
2026-09-10T09:33:43.8147309Z ##[endgroup]
2026-09-10T09:33:43.8147762Z ##[group]Determining the checkout info
2026-09-10T09:33:43.8148631Z ##[endgroup]
2026-09-10T09:33:43.8152141Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T09:33:43.8190942Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-10T09:33:43.8213335Z ##[group]Checking out the ref
2026-09-10T09:33:43.8215770Z [command]/usr/bin/git checkout --progress --force -B diag/294-margins-ci-head refs/remotes/origin/diag/294-margins-ci-head
2026-09-10T09:33:43.8287578Z Switched to a new branch 'diag/294-margins-ci-head'
2026-09-10T09:33:43.8288117Z branch 'diag/294-margins-ci-head' set up to track 'origin/diag/294-margins-ci-head'.
2026-09-10T09:33:43.8294154Z ##[endgroup]
2026-09-10T09:33:43.8335737Z [command]/usr/bin/git log -1 --format=%H
2026-09-10T09:33:43.8364588Z 1bd0a41d67c0389bea3879bbf18b56763ba0dc1e
